@CHARSET "UTF-8";

.zz_body_wraper {
	width: 1200px;
	margin: 0 auto;
	line-height: 30px;
}
/*添加字体大小*/
.zz_title_ellipsis{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 16px;
}

.zz_content {
	width: 1200px;
	margin: 0 auto;
}
.zz_margin_top40{
	margin-top: 40px;
}
.zz_margin_top30{
	margin-top: 30px;
}
.zz_more {
	color: #918f8f !important;
	margin-left: 20px;
	text-decoration: none !important;
	font-size: 12px !important
}

.zz_text_right {
	text-align: right;
	padding-right: 0px;
}
.zz_btn {
	height: 30px !important;
	padding: 5px 10px;
	color: #000;
	cursor: pointer;
	line-height: 30px;
	background-color: #fff;
	text-decoration: none;
}

.zz_btn:visited {
	background: #fff;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
}

.zz_btn:HOVER {
	background: #239bd7;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.zz_btn:ACTIVE {
	background: #239bd7;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.zz_text_time_right {
	padding-right: 0px !important;
	text-align: right !important;
	font-size: 15px;

}
.zz_padding_right0 {
	padding-right: 0px !important;
}
.zz_padding_left0 {
	padding-left: 0px !important;
}
.form-control{
	padding: 6px 8px!important;
}
